home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / amigaoscd / amigapluscd / AP-Website / links / admin / related_top.php < prev    next >
PHP Script  |  2001-07-26  |  2KB  |  40 lines

  1. <?
  2. // *******************************************************************
  3. //  admin/related_top.php
  4. // *******************************************************************
  5.  
  6. include("../include/config.php");
  7. include("../include/functions.php");
  8.  
  9. include("../include/common.php");
  10. $language = $gl["Language"];
  11.  
  12. include("../include/lang/$language.php");
  13.  
  14. include("../include/session.php");
  15. session_start();
  16. ?>
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  18. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  19. <html>
  20. <head>
  21. <title></title>
  22. <link rel = "stylesheet" type = "text/css" href = "style.css" />
  23. </head>
  24. <?=$top_body?>
  25. <table cellpadding="0" cellspacing="0" border="0" align="center">
  26. <tr><form method="post" action="related_main.php?<?=session_name()?>=<?=session_id()?>" target="related_main" name="form1">
  27.     <td align="center" valign="middle" class="text">Select Category: <select class="small" name="Category" 
  28.     onChange="window.open(this.options[this.selectedIndex].value,'related_main')">
  29.     <option selected="selected">Please Select</option>
  30.     <option value="unrelated.php?<?=session_name()?>=<?=session_id()?>">Unrelated Categories</option><?
  31.     admin_related_cats(0, "", $cats);
  32.     echo $cats;
  33.     ?></select></td>
  34.     </form>
  35.     <form method="post" action=""><td align="center" valign="middle"> <input class="button" type="button" name="reload" onclick="javascript: window.location.reload();" value="Reload" /></td>
  36. </tr></form>
  37. </table>
  38. </body>
  39. </html>
  40.